home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / Programming / Source / NLoad / LoadWrap.psw < prev    next >
Encoding:
Text File  |  1990-03-09  |  192 b   |  9 lines

  1. defineps drawload(float offset, length, color)
  2.     color setgray offset 0 1 length rectfill
  3. endps
  4.  
  5. defineps drawline(float offset, length, color)
  6.     color setgray 0 offset length 1 rectfill
  7. endps
  8.  
  9.